From 69a5a8a7c3a59af58f0c9e1b87b6ef97811f6081 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Mon, 19 May 2025 18:11:04 +0000 Subject: [PATCH] qt5/quick: also install Plugins into staging-dir cmake errors out about referenced files not being found otherwise. --- frameworks/qt5/qt5quick/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/frameworks/qt5/qt5quick/Makefile b/frameworks/qt5/qt5quick/Makefile index fd60656..04c2a14 100644 --- a/frameworks/qt5/qt5quick/Makefile +++ b/frameworks/qt5/qt5quick/Makefile @@ -189,6 +189,7 @@ define Build/InstallDev $(call Build/Install/Cmakes,$(1)) $(call Build/Install/Pkgconfigs,$(1)) $(call Build/Install/Libs,$(1),*) + $(call Build/Install/Plugins,$(1),*,*) ln -sf /bin/true $(STAGING_DIR)/host/bin/qmlplugindump endef -- 2.30.2